Equity Stock Watch from NSE - 52 Weeks High

Sort the Data based on 52 Weeks High

 

{% for c in range(colscount) %}
{{headerdata[c]}}
{% endfor %}
{% for i in range(rowscount) %}
{% for c in range(colscount) %}
{{totalrows[i][c]}}
{% endfor %}
{% endfor %}